home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Periodicals / develop / develop 4 code / C++ Driver / iacDriver / iacDriver.r < prev    next >
Encoding:
Text File  |  1990-08-13  |  361 b   |  11 lines  |  [TEXT/MPS ]

  1. include "iacDriver.DRVR"; /* include the DRVR resource    */
  2. include    "installDriver"; /* include the INIT resource    */
  3.  
  4. type 'sysz' {              /* This is the type definition */
  5.         longint;                    /* size requested    (see IM V, page 352) */
  6. };
  7.  
  8. resource 'sysz' (0,"",0) { /* and this is the declaration    */
  9.     0x00008000                    /* 32 * 1024 bytes for sysz resource */
  10. };
  11.